compress/flate.compressor.sync (field)

10 uses

	compress/flate (current package)
		deflate.go#L109: 	sync bool // requesting flush
		deflate.go#L335: 		if !d.sync {
		deflate.go#L382: 	if d.windowEnd-d.index < minMatchLength+maxMatchLength && !d.sync {
		deflate.go#L395: 			if !d.sync {
		deflate.go#L521: 	if d.windowEnd > 0 && (d.windowEnd == maxStoreBlockSize || d.sync) {
		deflate.go#L531: 	if d.windowEnd < len(d.window) && !d.sync || d.windowEnd == 0 {
		deflate.go#L558: 	d.sync = true
		deflate.go#L565: 	d.sync = false
		deflate.go#L604: 	d.sync = false
		deflate.go#L638: 	d.sync = true